home *** CD-ROM | disk | FTP | other *** search
/ Tech Arsenal 1 / Tech Arsenal (Arsenal Computer).ISO / tek-20 / rs0422.zip / ROSEZSW / PCSW < prev    next >
Text File  |  1989-10-24  |  1KB  |  44 lines

  1. aCC=/Os /I..\include
  2. CC=/Od /Zi /I..\include
  3. MSC=d:\COMPILER\C\MSC
  4.  
  5. calsetup.pc: calsetup.c ..\include\data.h ..\include\buffer.h \
  6.         ..\include\timer.h ..\include\ax25.h \
  7.         ..\include\l3struc.h ..\include\x25cause.h
  8.     $(MSC) $(CC) calsetup.c;
  9.     del calsetup.pc
  10.     rename calsetup.obj calsetup.pc
  11.  
  12. routing.pc: routing.c ..\include\data.h ..\include\buffer.h \
  13.         ..\include\timer.h ..\include\ax25.h \
  14.         ..\include\l3struc.h ..\include\x25cause.h
  15.     $(MSC) $(CC) routing.c;
  16.     del routing.pc
  17.     rename routing.obj routing.pc
  18.  
  19. paths.pc: paths.c ..\include\data.h ..\include\buffer.h \
  20.         ..\include\timer.h ..\include\ax25.h \
  21.         ..\include\l3struc.h ..\include\x25cause.h
  22.     $(MSC) $(CC) paths.c;
  23.     del paths.pc
  24.     rename paths.obj paths.pc
  25.  
  26. upcalls.pc: upcalls.c ..\include\buffer.h ..\include\iface.h ..\include\timer.h \
  27.         ..\include\ax25.h ..\include\ax25l2.h ..\include\l3struc.h \
  28.         ..\include\x25cause.h ..\include\l3calls.h ..\include\tx.h
  29.     $(MSC) $(CC) upcalls.c;
  30.     del upcalls.pc
  31.     rename upcalls.obj upcalls.pc
  32.  
  33. l2conreq.pc: l2conreq.c ..\include\buffer.h ..\include\iface.h ..\include\timer.h \
  34.         ..\include\ax25.h ..\include\ax25l2.h ..\include\data.h
  35.     $(MSC) $(CC) l2conreq.c;
  36.     del l2conreq.pc
  37.     rename l2conreq.obj l2conreq.pc
  38.  
  39. loader.pc: loader.c ..\include\buffer.h ..\include\iface.h ..\include\timer.h \
  40.         ..\include\ax25.h ..\include\ax25l2.h ..\include\data.h
  41.     $(MSC) $(CC) loader.c;
  42.     del loader.pc
  43.     rename loader.obj loader.pc
  44.